Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Map.Strict.mergeWithKey strictness #1024

Merged

Conversation

meooow25
Copy link
Contributor

mergeWithKey is expected to force the result of applying the combining function.

Fixes #1022.

Force the result of the combining function in mergeWithKey.
@meooow25 meooow25 force-pushed the map-strict-mergeWithKey-strictness branch from f47b26e to b2ee815 Compare August 12, 2024 19:46
@meooow25 meooow25 merged commit 5723db9 into haskell:master Aug 14, 2024
11 checks passed
@meooow25 meooow25 deleted the map-strict-mergeWithKey-strictness branch August 14, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data.Map.Strict.mergeWithKey does not force the result of the combining function
1 participant